home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / asbubble / asassisp.txt next >
Encoding:
Text File  |  1998-01-05  |  2.1 KB  |  104 lines

  1. COMPONENT: asAssisPopup
  2. RELEASE DATE: 01/05/1998
  3.  
  4.  
  5. BRIEF USAGE DESCRIPTION:
  6. ------------------------
  7. The popup button uses a rounded rectangle for it's border. It's main
  8. purpose was to imitate the Office Assistant Bubble Window buttons. However,
  9. it can be used for anything the developer needs.  It has a more limited
  10. set of properties then as97Popup, making it more compact and to the point.
  11.  
  12.  
  13. NON-STANDARD PROPERTIES:
  14. ------------------------
  15. <-AutoSize->
  16. Determines if the control automatically sizes the Picture
  17. or the developer sizes it using the PictureWidth and PictureHeight 
  18. properties.  When set to True, the control will automatically size
  19. it's CustomPicture.
  20.  
  21. <-DisabledPicture->
  22. The picture shown when the Enabled property of the button is False.
  23.  
  24. <-MouseDownPicture->
  25. The picture shown when the left mouse button is down while the mouse
  26. pointer is over the control.
  27.  
  28. <-MouseOverPicture->
  29. The picture shown when the mouse pointer is over the control.
  30.  
  31. <-Picture->
  32. The picture displayed on the left side of the button.
  33.  
  34. <-PictureHeight->
  35. The desired custom height, in pixels, of the CustomPicture 
  36. when AutoSize is set to False.
  37.  
  38. <-PictureWidth->
  39. The desired custom width, in pixels, of the CustomPicture 
  40. when AutoSize is set to False.
  41.  
  42.  
  43. NON-STANDARD METHODS:
  44. ---------------------
  45. NONE
  46.  
  47.  
  48. NON-STANDARD EVENTS:
  49. --------------------
  50. <-MouseEnter->
  51. This event is fired when the mouse enters the region of the button.
  52.  
  53. <-MouseExit->
  54. This event is fired when the mouse exits the region of the button.
  55.  
  56.  
  57. STANDARD PROPERTIES:
  58. --------------------
  59. BackColor
  60. Caption
  61. Container
  62. DragIcon
  63. DragMode
  64. Enabled
  65. Font
  66. Height
  67. HelpContextID
  68. Index
  69. Left
  70. Name
  71. Object
  72. Parent
  73. TabIndex
  74. TabStop
  75. Tag
  76. ToolTipText
  77. Top
  78. Visible
  79.  
  80.  
  81. STANDARD METHODS:
  82. -----------------
  83. Drag
  84. Move
  85. SetFocus
  86. ShowWhatsThis
  87. ZOrder
  88.  
  89.  
  90. STANDARD EVENTS:
  91. ----------------
  92. Click
  93. DragDrop
  94. DragOver
  95. GotFocus
  96. LostFocus
  97.  
  98.  
  99. TECHNICAL USAGE NOTES:
  100. ----------------------
  101. This control is primarily used to imitate the look of buttons
  102. found in the Microsoft Office Assistant bubble windows.  It can
  103. however be used in any application.
  104.